Multithreading - definitie. Wat is Multithreading
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is Multithreading - definitie


multithreading         
WIKIMEDIA DISAMBIGUATION PAGE
Multi-threading; Multithread; Multithreaded; Multithreading (disambiguation)
¦ noun Computing a technique by which a single set of code can be used by several processors at different stages of execution.
Derivatives
multithreaded adjective
multithreading         
WIKIMEDIA DISAMBIGUATION PAGE
Multi-threading; Multithread; Multithreaded; Multithreading (disambiguation)
<parallel> Sharing a single CPU between multiple tasks (or "threads") in a way designed to minimise the time required to switch threads. This is accomplished by sharing as much as possible of the program execution environment between the different threads so that very little state needs to be saved and restored when changing thread. Multithreading differs from multitasking in that threads share more of their environment with each other than do tasks under multitasking. Threads may be distinguished only by the value of their program counters and stack pointers while sharing a single address space and set of {global variables}. There is thus very little protection of one thread from another, in contrast to multitasking. Multithreading can thus be used for very fine-grain multitasking, at the level of a few instructions, and so can hide latency by keeping the processor busy after one thread issues a long-latency instruction on which subsequent instructions in that thread depend. A light-weight process is somewhere between a thread and a full process. TL0 is an example of a threaded machine language. Dataflow computation (E.g. Id and SISAL) is an extreme form of multithreading. (1997-12-23)
multithreaded         
WIKIMEDIA DISAMBIGUATION PAGE
Multi-threading; Multithread; Multithreaded; Multithreading (disambiguation)

Wikipedia

Multithreading
Multithreading may refer to: